home *** CD-ROM | disk | FTP | other *** search
/ Your PC Made Easy 7 / Your PC Made Easy 7.iso / PCMadeEasy.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  2002-08-23  |  10KB  |  405 lines

  1. object frmMain: TfrmMain
  2.   Left = 260
  3.   Top = 329
  4.   Width = 590
  5.   Height = 460
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Your PC Made Easy∩┐╜'
  8.   Color = clWhite
  9.   Constraints.MaxHeight = 460
  10.   Constraints.MaxWidth = 590
  11.   Constraints.MinHeight = 460
  12.   Constraints.MinWidth = 590
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   Position = poScreenCenter
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pgcMain: TPageControl
  25.     Left = 192
  26.     Top = 0
  27.     Width = 369
  28.     Height = 425
  29.     ActivePage = tbsMain
  30.     Style = tsFlatButtons
  31.     TabOrder = 0
  32.     object tbsMain: TTabSheet
  33.       Caption = 'tbsMain'
  34.       TabVisible = False
  35.       object Image4: TImage
  36.         Left = 8
  37.         Top = 8
  38.         Width = 352
  39.         Height = 92
  40.         AutoSize = True
  41.         Picture.Data = {<image001.bmp>}
  42.       end
  43.       object imgHillary: TImage
  44.         Left = 80
  45.         Top = 112
  46.         Width = 200
  47.         Height = 288
  48.         AutoSize = True
  49.         Picture.Data = {<image002.bmp>}
  50.       end
  51.     end
  52.     object tbsSample: TTabSheet
  53.       Caption = 'tbsSample'
  54.       ImageIndex = 1
  55.       TabVisible = False
  56.       object imgSample: TImage
  57.         Left = 8
  58.         Top = 48
  59.         Width = 210
  60.         Height = 160
  61.         AutoSize = True
  62.         Picture.Data = {<image003.bmp>}
  63.       end
  64.       object imgSampleBar: TImage
  65.         Left = 0
  66.         Top = 32
  67.         Width = 250
  68.         Height = 3
  69.         AutoSize = True
  70.         Picture.Data = {<image004.bmp>}
  71.       end
  72.       object lblSampleTitle: TLabel
  73.         Left = 0
  74.         Top = 8
  75.         Width = 110
  76.         Height = 18
  77.         Caption = 'Sampleware'
  78.         Font.Charset = DEFAULT_CHARSET
  79.         Font.Color = clWindowText
  80.         Font.Height = -16
  81.         Font.Name = 'Verdana'
  82.         Font.Style = [fsBold, fsItalic]
  83.         ParentFont = False
  84.       end
  85.       object btnSample: TButton
  86.         Left = 8
  87.         Top = 352
  88.         Width = 75
  89.         Height = 25
  90.         Caption = '&Install'
  91.         TabOrder = 0
  92.         OnClick = btnSampleClick
  93.       end
  94.       object gbSample: TGroupBox
  95.         Left = 8
  96.         Top = 220
  97.         Width = 350
  98.         Height = 125
  99.         TabOrder = 1
  100.         object lblSample: TLabel
  101.           Left = 8
  102.           Top = 8
  103.           Width = 337
  104.           Height = 113
  105.           AutoSize = False
  106.           Caption = 'lblSamples dfsfd asdf alkie asdfsdf sd'
  107.           Font.Charset = DEFAULT_CHARSET
  108.           Font.Color = clWindowText
  109.           Font.Height = -13
  110.           Font.Name = 'Verdana'
  111.           Font.Style = []
  112.           ParentFont = False
  113.           WordWrap = True
  114.         end
  115.       end
  116.     end
  117.     object tbsAbout: TTabSheet
  118.       Caption = 'tbsAbout'
  119.       ImageIndex = 2
  120.       TabVisible = False
  121.       object imgLady: TImage
  122.         Left = 8
  123.         Top = 72
  124.         Width = 206
  125.         Height = 186
  126.         AutoSize = True
  127.         Picture.Data = {<image005.bmp>}
  128.       end
  129.       object lblContactTxt: TLabel
  130.         Left = 16
  131.         Top = 280
  132.         Width = 337
  133.         Height = 89
  134.         AutoSize = False
  135.         Caption = 'lblContactTxt'
  136.         Font.Charset = DEFAULT_CHARSET
  137.         Font.Color = clWindowText
  138.         Font.Height = -11
  139.         Font.Name = 'Verdana'
  140.         Font.Style = [fsBold]
  141.         ParentFont = False
  142.         WordWrap = True
  143.       end
  144.       object imgContactFadebar: TImage
  145.         Left = 0
  146.         Top = 32
  147.         Width = 250
  148.         Height = 3
  149.         AutoSize = True
  150.         Picture.Data = {<image006.bmp>}
  151.       end
  152.       object lblContactTitle: TLabel
  153.         Left = 0
  154.         Top = 8
  155.         Width = 95
  156.         Height = 18
  157.         Caption = 'Contact Us'
  158.         Font.Charset = DEFAULT_CHARSET
  159.         Font.Color = clWindowText
  160.         Font.Height = -16
  161.         Font.Name = 'Verdana'
  162.         Font.Style = [fsBold, fsItalic]
  163.         ParentFont = False
  164.       end
  165.       object lblCredits: TLabel
  166.         Left = 272
  167.         Top = 392
  168.         Width = 41
  169.         Height = 13
  170.         Cursor = crHandPoint
  171.         Caption = 'Credits'
  172.         Font.Charset = DEFAULT_CHARSET
  173.         Font.Color = clBlue
  174.         Font.Height = -11
  175.         Font.Name = 'Verdana'
  176.         Font.Style = [fsUnderline]
  177.         ParentFont = False
  178.         OnClick = lblCreditsClick
  179.       end
  180.     end
  181.     object tbsTemplates: TTabSheet
  182.       Caption = 'tbsTemplates'
  183.       ImageIndex = 3
  184.       TabVisible = False
  185.       object lblTemplatesTitle: TLabel
  186.         Left = 0
  187.         Top = 8
  188.         Width = 93
  189.         Height = 20
  190.         Caption = 'Templates'
  191.         Font.Charset = DEFAULT_CHARSET
  192.         Font.Color = clWindowText
  193.         Font.Height = -16
  194.         Font.Name = 'MS Sans Serif'
  195.         Font.Style = [fsBold, fsItalic]
  196.         ParentFont = False
  197.       end
  198.       object imgTemplatesBar: TImage
  199.         Left = 0
  200.         Top = 32
  201.         Width = 250
  202.         Height = 3
  203.         AutoSize = True
  204.         Picture.Data = {<image007.bmp>}
  205.       end
  206.       object btnInstallTemplate: TButton
  207.         Left = 8
  208.         Top = 352
  209.         Width = 75
  210.         Height = 25
  211.         Caption = '&Install'
  212.         TabOrder = 0
  213.         OnClick = btnInstallTemplateClick
  214.       end
  215.       object gbTemplate: TGroupBox
  216.         Left = 8
  217.         Top = 56
  218.         Width = 350
  219.         Height = 281
  220.         TabOrder = 1
  221.         object lblTemplateTxt: TLabel
  222.           Left = 4
  223.           Top = 8
  224.           Width = 339
  225.           Height = 265
  226.           AutoSize = False
  227.           Caption = 'lblTemplateTxt'
  228.           Font.Charset = DEFAULT_CHARSET
  229.           Font.Color = clWindowText
  230.           Font.Height = -13
  231.           Font.Name = 'Verdana'
  232.           Font.Style = []
  233.           ParentFont = False
  234.           WordWrap = True
  235.         end
  236.       end
  237.     end
  238.   end
  239.   object pnlTOC: TPanel
  240.     Left = 0
  241.     Top = 0
  242.     Width = 193
  243.     Height = 425
  244.     BevelOuter = bvNone
  245.     Color = 15630951
  246.     TabOrder = 1
  247.     object imgDiscNo: TImage
  248.       Left = 5
  249.       Top = 16
  250.       Width = 181
  251.       Height = 23
  252.       AutoSize = True
  253.     end
  254.     object imgSampleBoxToc: TImage
  255.       Left = 5
  256.       Top = 55
  257.       Width = 181
  258.       Height = 84
  259.       AutoSize = True
  260.     end
  261.     object imgContactToc: TImage
  262.       Left = 5
  263.       Top = 344
  264.       Width = 181
  265.       Height = 70
  266.       AutoSize = True
  267.     end
  268.     object lblContactClk: TLabel
  269.       Left = 16
  270.       Top = 352
  271.       Width = 80
  272.       Height = 13
  273.       Cursor = crHandPoint
  274.       AutoSize = False
  275.       Transparent = True
  276.       OnClick = lblContactClkClick
  277.     end
  278.     object lblSamplewareClk: TLabel
  279.       Left = 35
  280.       Top = 88
  281.       Width = 106
  282.       Height = 32
  283.       Cursor = crHandPoint
  284.       Caption = 'Crossword Construction Kit'
  285.       Constraints.MaxHeight = 42
  286.       Constraints.MaxWidth = 145
  287.       Font.Charset = DEFAULT_CHARSET
  288.       Font.Color = clBlack
  289.       Font.Height = -13
  290.       Font.Name = 'Verdana'
  291.       Font.Style = []
  292.       ParentFont = False
  293.       Transparent = True
  294.       WordWrap = True
  295.       OnClick = lblSampleHeaderClkClick
  296.     end
  297.     object lblSampleHeaderClk: TLabel
  298.       Left = 16
  299.       Top = 64
  300.       Width = 89
  301.       Height = 13
  302.       Cursor = crHandPoint
  303.       AutoSize = False
  304.       Font.Charset = DEFAULT_CHARSET
  305.       Font.Color = clBlack
  306.       Font.Height = -11
  307.       Font.Name = 'MS Sans Serif'
  308.       Font.Style = []
  309.       ParentFont = False
  310.       Transparent = True
  311.       OnClick = lblSampleHeaderClkClick
  312.     end
  313.     object imgExeIcon: TImage
  314.       Left = 14
  315.       Top = 90
  316.       Width = 16
  317.       Height = 17
  318.       AutoSize = True
  319.     end
  320.     object lblDiscNoClk: TLabel
  321.       Left = 16
  322.       Top = 21
  323.       Width = 30
  324.       Height = 16
  325.       Cursor = crHandPoint
  326.       Caption = 'Disc'
  327.       Font.Charset = DEFAULT_CHARSET
  328.       Font.Color = 15630951
  329.       Font.Height = -13
  330.       Font.Name = 'Verdana'
  331.       Font.Style = [fsBold]
  332.       ParentFont = False
  333.       Transparent = True
  334.       OnClick = lblDiscNoClkClick
  335.     end
  336.     object pnlTemplates: TPanel
  337.       Left = 5
  338.       Top = 160
  339.       Width = 181
  340.       Height = 169
  341.       BevelOuter = bvNone
  342.       Color = clWhite
  343.       Font.Charset = DEFAULT_CHARSET
  344.       Font.Color = clMaroon
  345.       Font.Height = -11
  346.       Font.Name = 'MS Sans Serif'
  347.       Font.Style = []
  348.       ParentFont = False
  349.       TabOrder = 0
  350.       object imgTemplatesToc: TImage
  351.         Left = 1
  352.         Top = 0
  353.         Width = 177
  354.         Height = 21
  355.         AutoSize = True
  356.       end
  357.       object lblTemplatesClk: TLabel
  358.         Left = 8
  359.         Top = 0
  360.         Width = 81
  361.         Height = 13
  362.         Cursor = crHandPoint
  363.         AutoSize = False
  364.         Font.Charset = DEFAULT_CHARSET
  365.         Font.Color = 15630951
  366.         Font.Height = -11
  367.         Font.Name = 'MS Sans Serif'
  368.         Font.Style = []
  369.         ParentFont = False
  370.         Transparent = True
  371.         OnClick = lblTemplatesClkClick
  372.       end
  373.       object lstbxTemplates: TRzFileListBox
  374.         Left = 2
  375.         Top = 24
  376.         Width = 178
  377.         Height = 144
  378.         Color = 16244694
  379.         ExtendedSelect = False
  380.         Font.Charset = DEFAULT_CHARSET
  381.         Font.Color = clBlack
  382.         Font.Height = -11
  383.         Font.Name = 'Verdana'
  384.         Font.Style = []
  385.         ItemHeight = 18
  386.         ParentFont = False
  387.         TabOrder = 0
  388.         OnClick = lstbxTemplatesClick
  389.         OnDblClick = lstbxTemplatesClick
  390.         FrameFlatStyle = fsNone
  391.         FrameFocusStyle = fsNone
  392.         FrameFlat = True
  393.         FrameStyle = fsNone
  394.         FrameVisible = True
  395.       end
  396.     end
  397.   end
  398.   object RzLauncher1: TRzLauncher
  399.     Action = 'Open'
  400.     Timeout = -1
  401.     Left = 516
  402.     Top = 350
  403.   end
  404. end
  405.